@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

/**************************body***************************/
.top {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}

.top p, .top a {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #00a2ff;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.head {
  height: 80px;
  margin: 15px 0;
}

.head p {
  color: #00a2ff;
  text-align: center;
  font-weight: bold;
  padding-top: 25px;
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 35px;
}

.head .col-md-3 img {
  padding-top: 10px;
}

.head .col-md-6 {
  padding-top: 25px;
}

.head .col-md-6 p {
  color: #2A2A42;
  padding-left: 40px;
  font-size: 18px;
}

.head .col-md-6 p span {
  color: #00a2ff;
}

.head .col-md-3:last-child {
  padding-left: 30px;
  position: relative;
}

.head .col-md-3:last-child img {
  float: left;
  animation-name: example;
  position: absolute;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  left: 30px;
}

.head .col-md-3:last-child span {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 10px;
  margin-left: 10px;
  display: block;
  float: left;
  padding-left: 50px;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
}

.head .col-md-3:last-child span i {
  font-style: inherit;
  font-size: 24px;
  margin-left: 1px;
  letter-spacing: 0;
  color: #ca0909;
}

@keyframes example {
  0% {
    left: 20px;
  }
  50% {
    left: 40px;
  }
  100% {
    left: 20px;
  }
}

.nav-box {
  width: 100%;
  height: 50px;
  background: #00a2ff;
  position: relative;
}

.nav-box nav {
  position: relative;
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex .active {
  background: #ca0909;
}

.nav-box .flex li {
  flex: auto;
  height: 50px;
  background: url(../img/1.png) right no-repeat;
  position: relative;
}

.nav-box .flex li:hover {
  background: #ca0909;
}

.nav-box .flex li:hover ul {
  display: block;
  transition: 1s;
}

.nav-box .flex li a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  display: block;
  white-space: nowrap;
}

.nav-box .flex li ul {
  transition: 1s;
  display: none;
  max-height: 650px;
  z-index: 999;
  left: 0;
  padding: 0;
  margin: 0;
  width: 180%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  line-height: 50px;
}

.nav-box .flex li ul a {
  color: #fff;
  text-decoration: none;
}

/**************************head***************************/
.title {
  margin-bottom: 2.5em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #00a2ff;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
}

.title h4::after {
  transition: 1s;
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  background: #999;
  width: 60px;
  bottom: -10px;
  left: calc(50% - 30px);
}

.title p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.tianzhihua-1, .tianzhihua-2, .tianzhihua-3, .tianzhihua-4, .tianzhihua-5, .tianzhihua-6, .tianzhihua-7 {
  padding: 5em 0;
}

.tianzhihua-1:hover .title h4::after, .tianzhihua-2:hover .title h4::after, .tianzhihua-3:hover .title h4::after, .tianzhihua-4:hover .title h4::after, .tianzhihua-5:hover .title h4::after, .tianzhihua-6:hover .title h4::after, .tianzhihua-7:hover .title h4::after {
  width: 100%;
  left: 0;
}

.news_content dl {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background: #00a2ff !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  color: #666;
}

.news_content dl dt c {
  display: block;
  font-size: 30px;
  color: #fff;
}

.news_content dl dt span {
  color: #fff;
}

.news_content dl dd {
  background: #fff;
  padding: 10px;
  display: table-cell;
  margin-bottom: 0;
  height: 100%;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd c {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #00a2ff;
  font-size: 20px;
}

.news_content dl dd c a {
  color: #000000;
  text-decoration: none;
}

.news_content dl dd p {
  height: 66px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  margin: 0;
  padding-top: 10px;
  line-height: 28px;
}

.news_content dl:hover dd {
  background: rgba(0, 162, 255, 0.7) !important;
}

.news_content dl:hover dt {
  background: #00a2ff !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd c {
  color: #fff;
}

.news_content dl:hover dd p {
  color: #fff;
}

.news_content dl:hover dd p a {
  color: #fff;
}

.tianzhihua-1 {
  padding: 3em 0;
}

.tianzhihua-1 .title {
  margin-bottom: 80px;
}

.tianzhihua-1 .col-sm-6 img {
  border: 1px solid #ddd;
  width: 500px;
  box-shadow: 15px 15px 1px rgba(0, 162, 255, 0.3);
}

.tianzhihua-1 .col-sm-6 h4 {
  font-size: 32px;
  white-space: 4px;
  color: #00a2ff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}

.tianzhihua-1 .col-sm-6 span {
  color: #ca0909;
}

.tianzhihua-1 .col-sm-6 h5 {
  background: #00a2ff;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  border-radius: 3px;
  margin: 10px 0;
  padding: 10px 20px;
  text-align: center;
}

.tianzhihua-1 .col-sm-6 p {
  margin-top: 20px;
  display: inline-block;
  padding: 10px  120px 0 0;
  border-radius: 15px;
  line-height: 36px;
  font-size: 18px;
}

.youshi2 {
  background: #f8f8f8;
}

.youshi3 {
  background: #fff;
}

.tianzhihua-1x {
  background: url(../img/2.png) center no-repeat;
  background-size: cover;
  padding: 3em 0 2em;
}

.tianzhihua-1x p {
  color: #fff;
  font-size: 16px;
}

.tianzhihua-1x p:nth-child(2n-1) {
  font-size: 26px;
}

.tianzhihua-1x p:nth-child(2n) {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.tianzhihua-2x {
  padding: 3em 0;
  text-align: center;
  background-image: url(../img/bg1.jpg);
  background-size: cover;
}

.tianzhihua-2x .owl-theme .owl-dots {
  bottom: -60px;
}

.tianzhihua-2x .title h4, .tianzhihua-2x .title p {
  color: #fff;
}

.tianzhihua-2x .row {
  transition: all .35s;
  border-radius: 10px;
}

.tianzhihua-2x .row .owl-nav div {
  display: none !important;
}

.tianzhihua-2x .row img {
  border-radius: 5px;
  width: 100%;
  border: 15px rgba(255, 255, 255, 0.7) solid;
}

.tianzhihua-2x .row .x61 {
  position: relative;
  padding: 30px 0;
  cursor: pointer;
}

.tianzhihua-2x .row .x61:hover p {
  background: #ca0909;
}

.tianzhihua-2x .row .x61 p {
  transition: .35s all;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 80%;
  bottom: 10px;
  z-index: 999;
  margin: auto 10%;
  border-radius: 5px;
  background: #00a2ff;
  color: #fff;
  position: absolute;
}

.tianzhihua-2x .row h4 {
  font-size: 30px;
}

.tianzhihua-2 {
  background: #f8f8f8;
}

.tianzhihua-2 .product {
  margin-bottom: 20px;
}

.tianzhihua-2 .product a {
  position: relative;
  display: block;
  overflow: hidden;
}

.tianzhihua-2 .product a > h4 {
  background: #00a2ff;
  margin: 0;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.tianzhihua-2 .product a img {
  width: 100%;
  height: 225px;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.tianzhihua-2 .product a span {
  padding: 2em 1em;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFFFF;
}

.tianzhihua-2 .product a span h4, .tianzhihua-2 .product a span p, .tianzhihua-2 .product a span b, .tianzhihua-2 .product a span::after {
  -webkit-transition: opacity 1s, transform 0.5s;
  -moz-transition: opacity 1s, transform 0.5s;
  -ms-transition: opacity 1s, transform 0.5s;
  -o-transition: opacity 1s, transform 0.5s;
  transition: opacity 1s, transform 0.5s;
  opacity: 0;
}

.tianzhihua-2 .product a span h4 {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  padding-top: 15%;
  margin-bottom: 30px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.tianzhihua-2 .product a span p {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.tianzhihua-2 .product a span b {
  font-weight: normal;
  padding: 7px 14px;
  background: #00a2ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tianzhihua-2 .product a span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
}

.tianzhihua-2 .product a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.tianzhihua-2 .product a:hover span {
  background: rgba(0, 0, 0, 0.5);
}

.tianzhihua-2 .product a:hover span:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 1;
}

.tianzhihua-2 .product a:hover h4, .tianzhihua-2 .product a:hover p, .tianzhihua-2 .product a:hover b {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.info1 img {
  margin: 10px auto;
  display: block;
}

.tianzhihua-3 {
  padding: 4em 0 6em;
  text-align: center;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.tianzhihua-3 .title h4, .tianzhihua-3 .title p {
  color: #fff;
}

.tianzhihua-3 .row {
  background: rgba(0, 0, 0, 0.6);
  padding: 50px 50px;
  transition: all .35s;
  border-radius: 10px;
  color: #fff;
}

.tianzhihua-3 .row:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
}

.tianzhihua-3 .row img {
  border-radius: 5px;
}

.tianzhihua-3 .row h4 {
  font-size: 30px;
}

.tianzhihua-3 .row p {
  margin-top: -10px;
  text-indent: 2em;
  line-height: 42px;
  text-align: justify;
}

.tianzhihua-4 {
  background: #f8f8f8;
}

.tianzhihua-4 ul {
  display: flex;
  padding: 0;
}

.tianzhihua-4 ul li {
  text-align: center;
  flex: auto;
}

.tianzhihua-4 ul li .icon {
  fill: #fff;
  width: 110px;
  border-radius: 20%;
  height: auto;
  display: block;
  margin: 20px auto;
  transition: .35s all;
  padding: 20px;
  background: #00a2ff;
}

.tianzhihua-4 ul li:hover .icon {
  background: #ca0909;
  transform: rotate(360deg);
}

.tianzhihua-4 ul li span {
  display: block;
  margin-bottom: 20px;
}

.tianzhihua-4 ul li p {
  font-size: 14px;
  text-transform: uppercase;
}

.tianzhihua-5 {
  padding-top: 2.5em;
  background: #f7f7f7;
}

.tianzhihua-5 .row {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  overflow: hidden;
}

.tianzhihua-5 li {
  float: left;
  width: 20%;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid #ddd;
}

.tianzhihua-5 li:nth-child(1), .tianzhihua-5 li:nth-child(2), .tianzhihua-5 li:nth-child(3), .tianzhihua-5 li:nth-child(4), .tianzhihua-5 li:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.tianzhihua-5 li img {
  transition: .35s all;
}

.tianzhihua-5 li:hover img {
  transform: scale(1.1);
}

.news img {
  width: 100%;
  margin-bottom: 15px;
}

.news h3 {
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.news h3 a {
  color: #393D49;
}

.news #gun, .news #gun1 {
  height: 570px !important;
}

.news dl {
  display: table;
}

.news dl dt {
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #00a2ff;
  vertical-align: middle;
  font-weight: normal;
  border: 1px dashed #00a2ff;
}

.news dl dt b {
  display: block;
  font-size: 36px;
}

.news dl dd {
  display: table-cell;
  padding: 0 1em;
  background: #FBFBFB;
  position: relative;
}

.news dl dd h4 {
  font-size: 16px;
  font-weight: bold;
}

.news dl dd h4 a {
  color: #00a2ff;
}

.news dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
}

.news dl:hover dt {
  background: #254b63;
  border-color: transparent;
  color: #FFFFFF;
}

.news dl:hover dd {
  background: #2d6485;
}

.news dl:hover dd h4 {
  color: #FFFFFF;
}

.news dl:hover dd p {
  color: #FFFFFF;
}

.zuobian-xia {
  margin-top: 20px;
}

.zuobian-xia p {
  padding: 0 10px;
  line-height: 28px;
  color: #555;
  font-size: 15px;
}

.zuobian-xia img {
  width: 120px;
  margin: auto;
  display: block;
  margin-top: 10px;
}

.ppgs p {
  line-height: 32px;
  text-indent: 2em;
}

.gongsijj1 {
  background: #f8f8f8;
  padding: 3em 0;
}

.gongsijj1 .col-sm-4 {
  margin-bottom: 30px;
}

.gongsijj1 .col-sm-4 > div {
  position: relative;
  overflow: hidden;
}

.gongsijj1 .col-sm-4 > div img {
  transition: .35s all;
}

.gongsijj1 .col-sm-4 > div > div {
  position: absolute;
  top: 0;
  width: 100%;
  transition: .35 all;
  height: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.gongsijj1 .col-sm-4 > div > div em {
  background: url(../img/1/2.png);
  background-position-y: 0;
  background-size: 600%;
  display: block;
  width: 100px;
  height: 100px;
  margin: 40px auto 20px;
}

.gongsijj1 .col-sm-4 > div > div h4 {
  font-size: 24px;
}

.gongsijj1 .col-sm-4 > div > div span {
  height: 2px;
  width: 30px;
  margin: auto;
  display: block;
  background: #fff;
}

.gongsijj1 .col-sm-4 > div > div p {
  padding-top: 10px;
}

.gongsijj1 .col-sm-4:hover img {
  transform: scale(1.1);
}

.gongsijj1 .col-sm-4:hover > div > div {
  background: rgba(0, 162, 255, 0.8);
}

.gongsijj1 .col-sm-4:nth-child(2) > div > div em {
  background-position-x: 20%;
}

.gongsijj1 .col-sm-4:nth-child(3) > div > div em {
  background-position-x: 40%;
}

.gongsijj1 .col-sm-4:nth-child(4) > div > div em {
  background-position-x: 60%;
}

.gongsijj1 .col-sm-4:nth-child(5) > div > div em {
  background-position-x: 80%;
}

.gongsijj1 .col-sm-4:nth-child(6) > div > div em {
  background-position-x: 100%;
}

.zuobian {
  padding: 0;
}

.zuobian > div {
  padding-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.zuobian h4 {
  background: #00a2ff;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  letter-spacing: 2px;
}

.zuobian .active {
  background: #ca0909;
}

.zuobian li {
  background: #00a2ff;
  color: #fff;
  line-height: 50px;
  margin: 12px 5px;
}

.zuobian li:last-child {
  margin-bottom: 10px;
}

.zuobian li:hover {
  background: #ca0909;
}

.zuobian li a {
  display: block;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}

.foot {
  padding-top: 2em;
  padding-bottom: 2.5em;
  background: #000;
  color: rgba(255, 255, 255, 0.8);
}

.foot a {
  color: rgba(255, 255, 255, 0.8);
}

.foot .container {
  position: relative;
}

.foot img {
  display: block;
  margin: auto;
}

.foot .log, .foot .log1 {
  position: absolute;
  left: 30px;
  top: 50px;
}

.foot .log img, .foot .log1 img {
  height: auto;
  margin-top: 25px;
  width: 220px;
}

.foot .log1 {
  right: 120px;
  left: inherit;
}

.foot .log1 p {
  margin-top: 10px;
}

.foot .log1 img {
  width: 100px;
  margin-top: 0px;
}

.foot .foot1 p {
  text-align: center;
}

.foot h4 {
  font-size: 16px;
  color: #fff;
}

.foot li {
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.foot li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  font-size: 14px;
}

.foot .col-md-4 li {
  color: #fff;
  float: left;
  text-align: center;
  width: 33.33%;
}

.foot .col-md-4 li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  font-size: 14px;
}

.foot .foot_left {
  clear: both;
}

.foot .link {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.foot .link a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 10px;
}

.foot p {
  line-height: 28px;
  font-size: 14px;
}

.foot .foot-cop {
  clear: both;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.foot-ft {
  text-align: center;
}

.foot-ft p {
  display: inline-block !important;
  margin-right: 20px;
  font-size: 14px;
}

.foot-ft p a {
  text-align: none;
  color: rgba(255, 255, 255, 0.8);
}

.add {
  background: #00a2ff;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}

.add a {
  color: #fff;
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
  background: #eee;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  margin-bottom: 50px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul h3 {
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.left ul .active a {
  color: #00a2ff;
}

.left ul .active1 {
  background: #00a2ff;
}

.left ul .active1 a {
  font-size: 16px;
  color: #fff;
}

.left ul li {
  border-left: 2px solid #00a2ff;
  border-right: 2px solid #00a2ff;
  background: #fff;
  text-align: center;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #ddd;
}

.left ul li:hover:first-child a {
  color: #fff;
}

.left ul li:hover a {
  color: #00a2ff;
}

.left ul li:first-child {
  border-radius: 3px 3px 0 0;
}

.left ul li:last-child {
  border-radius: 0 0 3px 3px;
}

.left ul li a {
  display: block;
  color: #000;
}

.left ul li:last-child {
  border-bottom: 2px solid #00a2ff;
}

.cp-tp {
  padding: 0;
}

.pr-cp a {
  display: block;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

.pr-cp a img {
  width: 100%;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #fff;
  background: #00a2ff;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
  border: 1px solid #eee;
}

.pr-cp p {
  overflow: hidden;
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

.fixednav {
  position: fixed;
  top: 0;
  max-width: 100%;
  left: 0;
  z-index: 999;
}

.infox {
  background: #fff;
  min-height: 1042px;
  padding: 20px;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  .banner {
    display: none !important;
  }
  .tianzhihua-4 ul {
    display: block;
  }
  .tianzhihua-1 .col-sm-6 {
    padding: 0;
  }
  .tianzhihua-1 .col-sm-6 h4 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 24px !important;
  }
  .tianzhihua-1 .col-sm-6 h5 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .tianzhihua-1 .col-sm-6 p {
    margin-top: 10px;
    padding: 0;
    line-height: 28px;
  }
  .tianzhihua-1 .col-sm-6 img {
    width: 100%;
  }
  .tianzhihua-1, .tianzhihua-2, .tianzhihua-3, .tianzhihua-4, .tianzhihua-5, .tianzhihua-6, .tianzhihua-7 {
    padding: 3em 0;
  }
  .title h4 {
    font-size: 20px !important;
  }
  .zuobian-xia {
    display: none;
  }
  .pr-cp {
    padding: 0 5px;
  }
  .pr-cp:nth-child(2n-1) {
    padding-left: 0;
  }
  .pr-cp:nth-child(2n) {
    padding-right: 0;
  }
  .zuobian h4 {
    display: none;
  }
  .main .container {
    padding: 0 5px;
  }
  .right {
    padding: 0;
    margin-top: 10px;
  }
  .pr-cp a {
    height: auto;
  }
  .pr-cp a img {
    height: 133px;
  }
  .add {
    overflow: hidden;
  }
  .zuobian > div {
    padding-bottom: 0;
    background: inherit;
    box-shadow: inherit;
    margin-bottom: 20px;
  }
  .zuobian li:last-child {
    margin-bottom: 1%;
  }
  .gongsijj1 .col-sm-4 {
    width: 100%;
  }
  .gongsijj1 .col-sm-4 > div > div em {
    display: none;
  }
  .gongsijj1 .col-sm-4 > div > div h4 {
    font-size: 24px !important;
    margin-top: 100px;
  }
  .news #gun, .news #gun1 {
    height: 320px !important;
  }
  .info1 img {
    max-width: 100%;
    height: auto;
  }
  .zuobian li {
    float: left;
    width: 48%;
    margin: 1%;
    border-radius: 3px;
    padding: 0 2px;
  }
  .zuobian li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gongsijj1 .col-sm-4 {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .tianzhihua-1 .title {
    margin-bottom: 40px;
  }
  .tianzhihua-2 .product {
    padding: 0 5px;
  }
  .foot .log, .foot .log1 {
    display: none;
  }
  .tianzhihua-5 li {
    width: 50%;
    border: 1px solid #f8f8f8;
  }
  .tianzhihua-3 .row {
    padding: 20px 10px;
  }
  .tianzhihua-3 .row p {
    line-height: 30px;
  }
  .tianzhihua-2x .row {
    padding: 0;
  }
  .tianzhihua-2x .owl-theme .owl-dots {
    bottom: -30px;
  }
  .tianzhihua-2x .al div {
    width: 100%;
    position: inherit;
    top: 10px;
  }
  .tianzhihua-2x .row img {
    width: 100%;
  }
  .tianzhihua-2 .product a:hover span {
    display: none;
  }
  .tianzhihua-2 .product a > h4 {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
  }
  .tianzhihua-2 .product a img {
    height: 120px;
  }
  #allmap {
    width: 100% !important;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #00a2ff;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #00a2ff;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
}
